func runtime.open
4 uses
runtime (current package)
os_linux.go#L237: fd := open(&procAuxv[0], 0 /* O_RDONLY */, 0)
os_linux.go#L301: fd := open(&sysTHPSizePath[0], 0 /* O_RDONLY */, 0)
os_linux.go#L355: fd := open(&urandom_dev[0], 0 /* O_RDONLY */, 0)
stubs2.go#L31: func open(name *byte, mode, perm int32) int32
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)